Skip to content

Use Ruby 4.0.4 in devcontainer#302

Merged
yahonda merged 1 commit into
rsim:masterfrom
yahonda:use-ruby-4.0.4-in-devcontainer
May 19, 2026
Merged

Use Ruby 4.0.4 in devcontainer#302
yahonda merged 1 commit into
rsim:masterfrom
yahonda:use-ruby-4.0.4-in-devcontainer

Conversation

@yahonda
Copy link
Copy Markdown
Collaborator

@yahonda yahonda commented May 19, 2026

Summary

  • Ruby 4.0.4 became available in the Rails devcontainer Ruby feature once Add Ruby version: 4.0.4 rails/devcontainer#126 was merged.
  • Bump the pinned version in .devcontainer/devcontainer.json from 4.0.3 to 4.0.4 so a fresh devcontainer build installs the latest 4.0.x patch.
  • No CI changes are required: workflow files that target a specific release pin ruby-version: '4.0', which resolves to the latest 4.0.x patch automatically.

Test plan

  • Rebuild the dev container ("Dev Containers: Rebuild Container") and confirm ruby -v reports ruby 4.0.4.
  • Run the spec suite (per the project's documented rspec command) inside the rebuilt container and confirm no regressions versus 4.0.3.

🤖 Generated with Claude Code

Ruby 4.0.4 became available in the Rails devcontainer feature once
rails/devcontainer#126 was merged. Bump the pinned version in
.devcontainer/devcontainer.json from 4.0.3 to 4.0.4.

No CI changes are required: workflow files that target a specific
release pin `ruby-version: '4.0'`, which resolves to the latest 4.0.x
patch automatically.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@yahonda yahonda merged commit 0a057d6 into rsim:master May 19, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant